projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4125ceb
)
(c++-keywords): Add Standard C++ operator names.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 19 Jul 2001 13:25:34 +0000
(13:25 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 19 Jul 2001 13:25:34 +0000
(13:25 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 424db62a064dafb659fa43b3c1c2bb68f4a1513e..ba59b9568ead25d2af6ab8ee01037094560d677f 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2479,7
+2479,10
@@
See also `c++-font-lock-extra-types'.")
;; as keywords not types.
"typedef" "template"
"extern" "auto" "register" "const" "volatile" "static"
- "inline" "friend" "virtual"))))
+ "inline" "friend" "virtual"
+ ;; Standard C++ operator names.
+ "and" "and_eq" "bitand" "bitor" "compl" "not" "not_eq"
+ "or" "or_eq" "xor" "xor_eq"))))
(c++-operators
(eval-when-compile
(regexp-opt